projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b1540e
)
(get_adstyle_property): Call font_intern_prop with 1 as
author
Kenichi Handa
<handa@m17n.org>
Fri, 26 Jun 2009 06:14:32 +0000
(06:14 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Fri, 26 Jun 2009 06:14:32 +0000
(06:14 +0000)
the arg FORCE_SYMBOL.
src/ftfont.c
patch
|
blob
|
history
diff --git
a/src/ftfont.c
b/src/ftfont.c
index 25545d1a08f5cf871cf8d71b77f0863f19769ff0..35cce12ea96da577e9858d5bea1d0110bbd1c932 100644
(file)
--- a/
src/ftfont.c
+++ b/
src/ftfont.c
@@
-177,7
+177,7
@@
get_adstyle_property (FcPattern *p)
|| xstrcasecmp (str, "Oblique") == 0
|| xstrcasecmp (str, "Italic") == 0)
return Qnil;
- adstyle = font_intern_prop (str, end - str,
0
);
+ adstyle = font_intern_prop (str, end - str,
1
);
if (font_style_to_value (FONT_WIDTH_INDEX, adstyle, 0) >= 0)
return Qnil;
return adstyle;